From: Stefan Monnier Date: Tue, 30 Aug 2011 14:50:02 +0000 (-0400) Subject: * lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2429 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9854d4dd78bb2df077c5122e666c82f307b28915;p=emacs.git * lisp/subr.el (event-modifiers): Fix "missing modifier" part of docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b201252eed..946b51b70c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,11 @@ +2011-08-30 Stefan Monnier + + * subr.el (event-modifiers): Fix "missing modifier" part of docstring + (bug#9356). + 2011-08-30 Reuben Thomas (tiny change) - * vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring (bug#9369). + * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369). 2011-08-29 Juri Linkov diff --git a/lisp/subr.el b/lisp/subr.el index 9aa895b0e94..b49a20e7f6e 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -888,8 +888,8 @@ The elements of the list may include `meta', `control', and `down'. EVENT may be an event or an event type. If EVENT is a symbol that has never been used in an event that has been read as input -in the current Emacs session, then this function can return nil, -even when EVENT actually has modifiers." +in the current Emacs session, then this function may fail to include +the `click' modifier." (let ((type event)) (if (listp type) (setq type (car type)))